home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / NotePads / MemoPad / Source / English.lproj / MemoPad.nib / data.classes next >
Encoding:
Text File  |  1993-08-31  |  521 b   |  40 lines

  1. MyWindow = {
  2.     SUPERCLASS = Window;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     clipStuff:;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. MyObject = {
  11.     ACTIONS = {
  12.     loadPad:;
  13.     clipStuff:;
  14.     notebook:;
  15.     ShowInfoPanel:;
  16.     findPrevious:;
  17.     showMoreInfoPanel:;
  18.     printPad:;
  19.     appDidInit:;
  20.     reference:;
  21.     openWindow:;
  22.     telephonebook:;
  23.     showFindPanel:;
  24.     savePad:;
  25.     scrapbook:;
  26.     appWillTernimate:;
  27.     findNext:;
  28.     };
  29.     OUTLETS = {
  30.     findText;
  31.     date;
  32.     pad;
  33.     moreInfoPanel;
  34.     findPanel;
  35.     infoPanel;
  36.     mainWindow;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.